Uses of Class
org.eclipse.vtp.framework.interactions.core.commands.DataRequestCommand

Packages that use DataRequestCommand
org.eclipse.vtp.framework.interactions.core.commands   
org.eclipse.vtp.framework.interactions.core.support   
org.eclipse.vtp.framework.interactions.voice.services   
 

Uses of DataRequestCommand in org.eclipse.vtp.framework.interactions.core.commands
 

Methods in org.eclipse.vtp.framework.interactions.core.commands with parameters of type DataRequestCommand
 java.lang.Object IConversationCommandVisitor.visitDataRequest(DataRequestCommand dataRequestCommand)
          Called when this visitor is passed to a data request command instance.
 

Uses of DataRequestCommand in org.eclipse.vtp.framework.interactions.core.support
 

Methods in org.eclipse.vtp.framework.interactions.core.support with parameters of type DataRequestCommand
protected  IDocument AbstractPlatform.renderDataRequest(ILinkFactory links, DataRequestCommand dataRequestCommand)
          Renders a data request to the user.
 

Uses of DataRequestCommand in org.eclipse.vtp.framework.interactions.voice.services
 

Methods in org.eclipse.vtp.framework.interactions.voice.services with parameters of type DataRequestCommand
protected  IDocument VoicePlatform.renderDataRequest(ILinkFactory links, DataRequestCommand dataRequestCommand)